config BUSYBOX_CONFIG_WATCHDOG
bool "watchdog"
- default n
+ default y
help
The watchdog utility is used with hardware or software watchdog
device drivers. It opens the specified watchdog device special file
tristate "Kernel driver for USB Philips Cameras"
default m
+config BR2_PACKAGE_KMOD_SOFTDOG
+ tristate "Kernel driver for software watchdog"
+ default m
+ help
+ Kernel modules for software watchdog driver
+
+
source "target/linux/package/Config.in"
--- /dev/null
+Package: kmod-softdog
+Priority: optional
+Section: sys
+Source: buildroot internal
+Description: Kernel software watchdog driver
$(MODULES_DIR)/kernel/drivers/usb/pwc.o \
))
+$(eval $(call KMOD_template,SOFTDOG,softdog,\
+ $(MODULES_DIR)/kernel/drivers/char/softdog.o \
+))
+
$(TARGETS): $(PACKAGE_DIR)
$(PACKAGE_DIR):
# CONFIG_60XX_WDT is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_SCx200_WDT is not set
-CONFIG_SOFT_WATCHDOG=y
+CONFIG_SOFT_WATCHDOG=m
# CONFIG_W83877F_WDT is not set
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set